FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadCameraShape Class / GetGrabHandleRectangles(Rectangle,Rectangle[]) Method
Rectangle
Array of handle rectangles


In This Topic
GetGrabHandleRectangles(Rectangle,Rectangle[]) Method
In This Topic
Gets the grab handle rectangles.
Syntax
'Declaration
 
Public Overridable Sub GetGrabHandleRectangles( _
   ByVal r As Rectangle, _
   ByRef handleRects() As Rectangle _
) 
 
'Usage
 
Dim instance As SpreadCameraShape
Dim r As Rectangle
Dim handleRects() As Rectangle
 
instance.GetGrabHandleRectangles(r, handleRects)

Parameters

r
Rectangle
handleRects
Array of handle rectangles
See Also